home *** CD-ROM | disk | FTP | other *** search
- #ifndef __CICONCONTROL__
- #define __CICONCONTROL__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- #ifndef __CONTROLS__
- #include <Controls.h>
- #endif
-
- #ifndef __WINDOWS__
- #include <Windows.h>
- #endif
-
- ControlHandle CCIconNew(WindowPtr window, Rect *r, Boolean vis, short val, short min, short max,
- short viewID, short refcon);
- ControlHandle CCIconNext(WindowPtr window, ControlHandle ctl, short dir, Boolean justActive);
- Boolean IsCIconCtl(ControlHandle ctl);
-
- #endif
-
-